3.1456 \(\int \sqrt [3]{3-2 x} (7+x) \, dx\)

Optimal. Leaf size=27 \[ \frac {3}{28} (3-2 x)^{7/3}-\frac {51}{16} (3-2 x)^{4/3} \]

[Out]

-51/16*(3-2*x)^(4/3)+3/28*(3-2*x)^(7/3)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 27, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {43} \[ \frac {3}{28} (3-2 x)^{7/3}-\frac {51}{16} (3-2 x)^{4/3} \]

Antiderivative was successfully verified.

[In]

Int[(3 - 2*x)^(1/3)*(7 + x),x]

[Out]

(-51*(3 - 2*x)^(4/3))/16 + (3*(3 - 2*x)^(7/3))/28

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \sqrt [3]{3-2 x} (7+x) \, dx &=\int \left (\frac {17}{2} \sqrt [3]{3-2 x}-\frac {1}{2} (3-2 x)^{4/3}\right ) \, dx\\ &=-\frac {51}{16} (3-2 x)^{4/3}+\frac {3}{28} (3-2 x)^{7/3}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 18, normalized size = 0.67 \[ -\frac {3}{112} (3-2 x)^{4/3} (8 x+107) \]

Antiderivative was successfully verified.

[In]

Integrate[(3 - 2*x)^(1/3)*(7 + x),x]

[Out]

(-3*(3 - 2*x)^(4/3)*(107 + 8*x))/112

________________________________________________________________________________________

fricas [A]  time = 0.42, size = 19, normalized size = 0.70 \[ \frac {3}{112} \, {\left (16 \, x^{2} + 190 \, x - 321\right )} {\left (-2 \, x + 3\right )}^{\frac {1}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3-2*x)^(1/3)*(7+x),x, algorithm="fricas")

[Out]

3/112*(16*x^2 + 190*x - 321)*(-2*x + 3)^(1/3)

________________________________________________________________________________________

giac [A]  time = 0.94, size = 26, normalized size = 0.96 \[ \frac {3}{28} \, {\left (2 \, x - 3\right )}^{2} {\left (-2 \, x + 3\right )}^{\frac {1}{3}} - \frac {51}{16} \, {\left (-2 \, x + 3\right )}^{\frac {4}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3-2*x)^(1/3)*(7+x),x, algorithm="giac")

[Out]

3/28*(2*x - 3)^2*(-2*x + 3)^(1/3) - 51/16*(-2*x + 3)^(4/3)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 15, normalized size = 0.56 \[ -\frac {3 \left (8 x +107\right ) \left (-2 x +3\right )^{\frac {4}{3}}}{112} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3-2*x)^(1/3)*(7+x),x)

[Out]

-3/112*(8*x+107)*(3-2*x)^(4/3)

________________________________________________________________________________________

maxima [A]  time = 1.35, size = 19, normalized size = 0.70 \[ \frac {3}{28} \, {\left (-2 \, x + 3\right )}^{\frac {7}{3}} - \frac {51}{16} \, {\left (-2 \, x + 3\right )}^{\frac {4}{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3-2*x)^(1/3)*(7+x),x, algorithm="maxima")

[Out]

3/28*(-2*x + 3)^(7/3) - 51/16*(-2*x + 3)^(4/3)

________________________________________________________________________________________

mupad [B]  time = 0.26, size = 14, normalized size = 0.52 \[ -\frac {3\,{\left (3-2\,x\right )}^{4/3}\,\left (8\,x+107\right )}{112} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((3 - 2*x)^(1/3)*(x + 7),x)

[Out]

-(3*(3 - 2*x)^(4/3)*(8*x + 107))/112

________________________________________________________________________________________

sympy [A]  time = 1.09, size = 114, normalized size = 4.22 \[ \begin {cases} \frac {3 \left (x + 7\right )^{2} \sqrt [3]{2 x - 3} e^{\frac {i \pi }{3}}}{7} - \frac {51 \left (x + 7\right ) \sqrt [3]{2 x - 3} e^{\frac {i \pi }{3}}}{56} - \frac {2601 \sqrt [3]{2 x - 3} e^{\frac {i \pi }{3}}}{112} & \text {for}\: \frac {2 \left |{x + 7}\right |}{17} > 1 \\\frac {3 \sqrt [3]{3 - 2 x} \left (x + 7\right )^{2}}{7} - \frac {51 \sqrt [3]{3 - 2 x} \left (x + 7\right )}{56} - \frac {2601 \sqrt [3]{3 - 2 x}}{112} & \text {otherwise} \end {cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((3-2*x)**(1/3)*(7+x),x)

[Out]

Piecewise((3*(x + 7)**2*(2*x - 3)**(1/3)*exp(I*pi/3)/7 - 51*(x + 7)*(2*x - 3)**(1/3)*exp(I*pi/3)/56 - 2601*(2*
x - 3)**(1/3)*exp(I*pi/3)/112, 2*Abs(x + 7)/17 > 1), (3*(3 - 2*x)**(1/3)*(x + 7)**2/7 - 51*(3 - 2*x)**(1/3)*(x
 + 7)/56 - 2601*(3 - 2*x)**(1/3)/112, True))

________________________________________________________________________________________